github.com/klauspost/compress/fse.Scratch.br (field)

10 uses

	github.com/klauspost/compress/fse (current package)
		compress.go#L225: 		s.Out = make([]byte, 0, s.br.remain()+maxHeaderSize)
		compress.go#L476: 	minBitsSrc := highBits(uint32(s.br.remain()-1)) + 1
		compress.go#L488: 	maxBitsSrc := uint8(highBits(uint32(s.br.remain()-1))) - 2
		compress.go#L514: 		step              = (1 << 62) / uint64(s.br.remain())
		compress.go#L519: 		lowThreshold      = (uint32)(s.br.remain() >> tableLog)
		compress.go#L565: 		total        = uint32(s.br.remain())
		decompress.go#L46: 		b         = &s.br
		decompress.go#L263: 	if err := br.init(s.br.unread()); err != nil {
		fse.go#L49: 	br       byteReader
		fse.go#L128: 	s.br.init(in)